

#wrap{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	max-width: 2000px;
	margin: 0px auto;
}

.full_height{
	position: relative;
	display: block;
	
	min-height: calc(100vh - 140px);
	padding-top: 112px;
}

@media screen and (max-width: 1024px){
	
	.full_height{
		padding-top: 61px;
	}
	
	
}
.page_content_footer{
	position: relative;
	margin-top: 30px;
}

/*wrappers*/

.content_wrapper{
	position: relative;
	display: block;
	max-width: 1040px;
	padding: 0px 20px;
	margin: 0px auto;
}
.wide_wrapper{
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
}


/*wrappers*/


/*links*/

.hide_button{
	display: none!important;
}


.left_link,
.right_link,
.center_link,
.wide_link{
	position: relative;
	display: block;
}
.left_link{
	text-align: left;
}
.right_link{
	text-align: right;
}
.center_link{
	text-align: center;
}
.wide_link .simple_button{
	width: 100%;
	max-width: 100%;
}
.wide_link_wrapper{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 300px;
}
.wide_link_wrapper .simple_button{
	width: 100%;
	max-width: 100%;
}


.simple_button{
	cursor: pointer;
	margin: 0px;
	
	border-radius: 0px;
	
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 5px 15px;
	
	min-width: 120px;
	min-height: 40px;
	
	background-color: transparent;
	border: 1px solid #317ddf;
	
	text-align: center;
	font-family: bebas_neuebold;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0px;
	text-transform: uppercase;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
}
.simple_button:link,
.simple_button:visited{
	color: #317ddf;
}
.simple_button>span{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	
	text-align: inherit;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}

.simple_button:hover{
	background-color: #317ddf;
	color: #fff;
	border: 1px solid #317ddf;
}

.simple_button.simple_button_blue{
	border: 1px solid #0b4c6b;
	background-color: transparent;
	color: #0b4c6b;
}
.simple_button.simple_button_blue:hover{
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
}

.blue_button{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 6px 10px;
	min-height: 40px;
	background-color: #317ddf;
	
	
	border: none;
	
	width: 100%;
	max-width: 200px;
	
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	
}
.blue_button:before{
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid #fff;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
}
.blue_button span{
	position: relative;
	display: flex;
	width: 100%;
	min-height: 28px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	
	font-family: ralewaybold;
	font-size: 9px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
}
.blue_button span:after{
	content: '';
	display: block;
	position: relative;
	
	width: 18px;
	height: 18px;
	margin-left: 6px;
	
	background-image: url('/images/icons-sprite.png');
	background-repeat: no-repeat;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.blue_button span:after{
	background-position: -202px 0px;
}

.blue_button:hover{
	background-color: #61a7d6;
}

.blue_button.blue_button_simple span:after{
	display: none;
}


.blue_button.blue_button_back span:after{
	display: none;
}
.blue_button.blue_button_back span:before{
	
	content: '';
	display: block;
	position: relative;
	
	width: 18px;
	height: 18px;
	margin-right: 6px;
	
	background-image: url('/images/icons-sprite.png');
	background-repeat: no-repeat;
	background-position: -254px 0px;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}




.green_button{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 6px 10px;
	min-height: 40px;
	background-color: #72ca53;
	
	
	border: none;
	
	width: 100%;
	max-width: 200px;
	
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	
}
.green_button:before{
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid #fff;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
}
.green_button span{
	position: relative;
	display: flex;
	width: 100%;
	min-height: 28px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	
	font-family: ralewaybold;
	font-size: 9px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
}
.green_button span:after{
	content: '';
	display: block;
	position: relative;
	
	width: 17px;
	height: 17px;
	margin-left: 6px;
	
	background-image: url('/images/icons-sprite.png');
	background-repeat: no-repeat;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.green_button span:after{
	background-position: -423px -47px;
}

.green_button:hover{
	background-color: #64b149;
}









.red_button{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 6px 10px;
	min-height: 40px;
	background-color: #e65139;
	
	
	border: none;
	
	width: 100%;
	max-width: 200px;
	
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	
}
.red_button:before{
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid #fff;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
}
.red_button span{
	position: relative;
	display: flex;
	width: 100%;
	min-height: 28px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	
	font-family: ralewaybold;
	font-size: 9px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
}
.red_button span:after{
	content: '';
	display: block;
	position: relative;
	
	width: 17px;
	height: 17px;
	margin-left: 6px;
	
	background-image: url('/images/icons-sprite.png');
	background-repeat: no-repeat;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.red_button span:after{
	background-position: -397px -47px;
}

.red_button:hover{
	background-color: #fa583e;
}










.white_button{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 6px 10px;
	min-height: 40px;
	background-color: #fff;
	border: 1px solid #e65139;
	
	width: 100%;
	max-width: 200px;
	
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	
}
.white_button:before{
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid #e65139;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
}
.white_button span{
	position: relative;
	display: flex;
	width: 100%;
	min-height: 28px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	
	font-family: ralewaybold;
	font-size: 9px;
	text-transform: uppercase;
	color: #e65139;
	letter-spacing: 2px;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
}
.white_button:hover{
	background-color: #e65139;
	borer: 1px solid #fff;
}
.white_button:hover:before{
	border: 1px solid #fff;
}
.white_button:hover span{
	color: #fff;
}

.white_button .button_icon{
	position: relative;
	display: block;
	width: 17px;
	height: 17px;
	margin-left: 6px;
}
.white_button span .button_icon:after,
.white_button span .button_icon:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 17px;
	height: 17px;
	margin-left: 6px;
	
	background-image: url('/images/icons-sprite.png');
	background-repeat: no-repeat;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.white_button span .button_icon:before{
	background-position: -371px -47px;
	opacity: 1;
}
.white_button span .button_icon:after{
	background-position: -397px -47px;
	opacity: 0;
}
.white_button:hover span .button_icon:before{
	opacity: 0;
}
.white_button:hover span .button_icon:after{
	opacity: 1;
}







.virt_icon:before,
.virt_icon:after{
	content: '';
	display: block;
	position: absolute;
	background-image: url('/images/icons-sprite.png');
	background-repeat: no-repeat;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.virt_icon:before{
	opacity: 1;
}
.virt_icon:after{
	opacity: 0;
}
.virt_icon:hover:before{
	opacity: 0;
}
.virt_icon:hover:after{
	opacity: 1;
}




.simple_link{
	position: relative;
	display: inline-block;
	vertical-align: top;
	border: none;
	background: none;
	padding: 0px;
	font-family: ralewaybold;
	color: #317ddf;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	
	padding-bottom: 2px;
}
.simple_link:link,
.simple_link:visited{
	color: #317ddf;
}
.simple_link span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 2px;
	color: #317ddf;
}
.simple_link span:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 60px;
	max-width: 100%;
	height: 2px;
	background-color: #f3b612;
	
	-moz-transition: width 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: width 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: width 0.3s cubic-bezier(.54,0,.42,1);
	transition: width 0.3s cubic-bezier(.54,0,.42,1);
}
.simple_link:hover span:before{
	width: 0px;
}

.simple_link_white_forward.simple_link{
	padding-right: 25px;
}
.simple_link_white_forward.simple_link:before{
	content: '';
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 17px;
	height: 15px;
	background: url('/images/icons-sprite.png') no-repeat 0px -24px;
}
.simple_link_white_forward.simple_link span{
	color: #fff;
}
.simple_link_white_forward.simple_link span:before{
	background-color: #fff;
}


.simple_link.simple_link_news{
	padding-left: 30px;
}
.simple_link.simple_link_news:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 3px;
	width: 22px;
	height: 14px;
	background: url('/images/icons-sprite.png') no-repeat -39px -25px;
}


.simple_link.simple_link_card{
	padding-left: 30px;
}
.simple_link.simple_link_card:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 24px;
	height: 20px;
	background: url('/images/icons-sprite.png') no-repeat -115px -0px;
}

.simple_link.simple_link_cards{
	padding-left: 30px;
}
.simple_link.simple_link_cards:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 24px;
	height: 20px;
	background: url('/images/icons-sprite.png') no-repeat -192px -25px;
}
.competition_info_links li{
	position: relative;
	margin-bottom: 16px;
}



.simple_link.simple_link_department{
	padding-left: 30px;
}
.simple_link.simple_link_department:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 19px;
	height: 19px;
	background: url('/images/icons-sprite.png') no-repeat -124px -200px;
}



.simple_link.simple_link_organisation{
	padding-left: 30px;
}
.simple_link.simple_link_organisation:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 24px;
	height: 22px;
	background: url('/images/icons-sprite.png') no-repeat -161px -200px;
}

.simple_link.simple_link_organisation_add{
	padding-left: 30px;
}
.simple_link.simple_link_organisation_add:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 24px;
	height: 22px;
	background: url('/images/icons-sprite.png') no-repeat -240px -169px;
}
.simple_link.simple_link_organisation_add span:before{
	background-color: #89f364;
}

.simple_link.simple_link_department_add{
	padding-left: 30px;
}
.simple_link.simple_link_department_add:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 24px;
	height: 22px;
	background: url('/images/icons-sprite.png') no-repeat -239px -200px;
}
.simple_link.simple_link_department_add span:before{
	background-color: #89f364;
}


.simple_link.simple_link_link{
	padding-left: 30px;
}
.simple_link.simple_link_link:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 4px;
	width: 21px;
	height: 16px;
	background: url('/images/icons-sprite.png') no-repeat -271px -168px;
}
.simple_link.simple_link_link span:before{
	background-color: #317ddf;
}


.simple_link.simple_link_person{
	padding-left: 30px;
}
.simple_link.simple_link_person:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 2px;
	width: 21px;
	height: 17px;
	background: url('/images/icons-sprite.png') no-repeat -272px -136px;
}
.simple_link.simple_link_person span:before{
	background-color: #f3b612;
}



.simple_link.simple_link_edit_remove{
	padding-left: 25px;
}
.simple_link.simple_link_edit_remove:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 19px;
	height: 19px;
	background: url('/images/icons-sprite.png') no-repeat -207px -170px;
}

.simple_link.simple_link_edit_remove span:before{
	background-color: #e65139;
}


.simple_link.simple_link_edit_add{
	padding-left: 25px;
}
.simple_link.simple_link_edit_add:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 19px;
	height: 19px;
	background: url('/images/icons-sprite.png') no-repeat -207px -201px;
}

.simple_link.simple_link_edit_add span:before{
	background-color: #89f364;
}

.simple_link.simple_link_edit_search{
	padding-left: 25px;
}
.simple_link.simple_link_edit_search:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 19px;
	height: 19px;
	background: url('/images/icons-sprite.png') no-repeat -150px 0px;
}

.simple_link.simple_link_edit_search span:before{
	background-color: #f3b612;
}




.simple_link.simple_link_plus{
	padding-left: 30px;
}
.simple_link.simple_link_plus:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 19px;
	height: 19px;
	background: url('/images/icons-sprite.png') no-repeat -196px -75px;
}

.simple_link.simple_link_plus span:before{
	background-color: #89f364;
}


.simple_link.simple_link_minus{
	padding-left: 30px;
}
.simple_link.simple_link_minus:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 19px;
	height: 19px;
	background: url('/images/icons-sprite.png') no-repeat -296px -75px;
}

.simple_link.simple_link_minus span:before{
	background-color: #e65139;
}



.simple_link.simple_link_chat_plus{
	padding-left: 30px;
}
.simple_link.simple_link_chat_plus:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 19px;
	height: 19px;
	background: url('/images/icons-sprite.png') no-repeat -263px -49px;
}

.simple_link.simple_link_chat_plus span:before{
	background-color: #89f364;
}

.simple_link.simple_link_chat_save{
	padding-left: 30px;
}
.simple_link.simple_link_chat_save:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 19px;
	height: 19px;
	background: url('/images/icons-sprite.png') no-repeat -156px -76px;
}

.simple_link.simple_link_chat_save span:before{
	background-color: #89f364;
}

.simple_link.simple_link_chat_del{
	padding-left: 30px;
}
.simple_link.simple_link_chat_del:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 19px;
	height: 19px;
	background: url('/images/icons-sprite.png') no-repeat -121px -76px;
}

.simple_link.simple_link_chat_del span:before{
	background-color: #89f364;
}





.simple_link.simple_link_del{
	padding-left: 25px;
}
.simple_link.simple_link_del:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 19px;
	height: 21px;
	background: url('/images/icons-sprite.png') no-repeat -262px -102px;
}

.simple_link.simple_link_del span:before{
	background-color: #e65139;
}



.simple_link.simple_link_doc{
	padding-left: 25px;
}
.simple_link.simple_link_doc:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 19px;
	height: 21px;
	background: url('/images/icons-sprite.png') no-repeat -123px -135px;
}

.simple_link.simple_link_doc span:before{
	background-color: #f3b612;
}

.simple_link.simple_link_vid{
	padding-left: 25px;
}
.simple_link.simple_link_vid:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 17px;
	height: 19px;
	background: url('/images/icons-sprite.png') no-repeat -164px -135px;
}

.simple_link.simple_link_vid span:before{
	background-color: #f3b612;
}

.simple_link.simple_link_start{
	padding-left: 25px;
}
.simple_link.simple_link_start:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 17px;
	height: 17px;
	background: url('/images/icons-sprite.png') no-repeat -196px -136px;
}

.simple_link.simple_link_start span:before{
	background-color: #f3b612;
}

.simple_link.simple_link_like{
	padding-left: 25px;
}
.simple_link.simple_link_like:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 17px;
	height: 17px;
	background: url('/images/icons-sprite.png') no-repeat -229px -135px;
}

.simple_link.simple_link_like span:before{
	background-color: #f3b612;
}

.comp_step .center_link{
	margin-top: 25px;
}




.simple_link.simple_link_arr_back{
	padding-left: 30px;
}
.simple_link.simple_link_arr_back:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	background: url('/images/icons-sprite.png') no-repeat -301px -47px;
}

.simple_link.simple_link_arr_back span:before{
	background-color: #317ddf;
}

.simple_link.simple_link_arr_forward{
	padding-right: 25px;
}
.simple_link.simple_link_arr_forward:before{
	content: '';
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	background: url('/images/icons-sprite.png') no-repeat -331px -47px;
}

.simple_link.simple_link_arr_forward span:before{
	background-color: #317ddf;
}

.comp_step .center_link{
	margin-top: 25px;
}


/*links*/




/*header*/

.header_container{
	background-color: inherit;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	min-width: 280px;
	width: 100%;
	z-index: 50;
}


body.desctop_fix_modal.modal-open .header_container{
	width: calc(100% - 17px);
}


header{
	position: relative;
}
.desctop_header{
	position: relative;
	display: block;
	width: 100%;
	
	height: 128px;
	background: url('/images/header_bg.png') no-repeat left top;
	background-size: 100% 100%;
}
.desctop_header_left,
.desctop_header_center,
.desctop_header_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
}
.desctop_header_left{
	width: 170px;
	padding-top: 0px;
}
.desctop_header_right{
	width: 500px;
	text-align: right;
}
.desctop_header_center{
	width: calc(100% - 670px);
}

.desctop_header .top_header{
	display: block;
	position: relative;
	height: 67px;
	z-index: 5;
}
.desctop_header .bottom_header{
	display: block;
	position: relative;
	height: 61px;
}
.desctop_header_wrapper{
	position: relative;
	display: block;
	max-width: 1380px;
	margin: 0px auto;
}


.main_logo{
	position: absolute;
	display: inline-block;
	max-width: 100%;
	top: 0px;
	left: 0px;
	padding-left: 10px;
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	z-index: 50;
}
.main_logo img{
	margin: 0px;
	padding: 0px;
	display: block;
	max-width: 100%;
}
/*
.header_container.scrolled .desctop_header .top_header{
	height: 80px;
}
.header_container.scrolled .desctop_header_menu{
	padding-top: 20px;
}
.header_container.scrolled .header_contacts{
	padding-top: 25px;
}
.header_container.scrolled .desctop_header_left{
	padding-top: 5px;
}
*/

/*desctop_header_menu*/

.desctop_header_menu{
	position: relative;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 10px;
}
.desctop_header_menu .main_menu{
	position: relative;
	display: block;
	width: 100%;
}
.desctop_header_menu .main_menu>li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	
	
	line-height: 1em;
	font-family: ralewaysemibold;
	font-size: 13px;
	color: #fff;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.desctop_header_menu .main_menu>li>a,
.desctop_header_menu .main_menu>li.active>span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 10px 10px;
	
	
	line-height: inherit;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	
	
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
	
}
.desctop_header_menu .main_menu>li.active>span:before,
.desctop_header_menu .main_menu>li.active>a:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	height: 9px;
	left: 2px;
	width: 10px;
	background: url('/images/icons-sprite.png') no-repeat 0px 0px;
}
.desctop_header_menu .main_menu>li.active>span{
	cursor: default;
}

.desctop_header_menu .main_menu>li>a:hover,
.desctop_header_menu .main_menu>li.active>span{
	color: #91e2f6;
}
.desctop_header_desc{
	position: relative;
	display: block;
	padding-top: 25px;
	
	font-family: bebas_neue_regularregular;
	font-size: 50px;
	text-transform: uppercase;
	color: #2260aa;
	letter-spacing: 1px;
	line-height: 1em;
}
.desctop_header_desc strong{
	font-weight: normal;
	font-family: bebas_neuebold;
}

.desctop_header_enter_block{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-top: 15px;
	margin-right: 12px;
}
.enter_block{
	position: relative;
	display: inline-block;
}
.enter_button{
	position: relative;
	display: inline-block;
	vertical-align: top;
	
	font-family: ralewaymedium;
	font-size: 13px;
	color: #fff;
	text-decoration: underline;
	padding: 0px 8px;
	
}
.enter_button:link,
.enter_button:visited{
	color: #fff;
}
.enter_button:hover{
	text-decoration: underline;
}

.enter_button.enter_button_enter:before,
.enter_button.enter_button_user:before{
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	right: 0px;
	width: 2px;
	height: 12px;
	background-color: #fff;
	
}
.desctop_header_search{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 30px;
}

.search_wrapper{
	position: absolute;
	display: block;
	width: 30px;
	right: 0px;
	top: 7px;
}
.search_wrapper_white input{
	position: absolute;
	display: block;
	height: 30px;
	top: 0px;
	right: 0px;
	border: 1px solid #fff;
	background: #2f7ad9;
	
	color: #fff;
	font-family: ralewaymedium;
	font-size: 13px;
	
	padding: 4px 20px 4px 4px;
	width: 30px;
	
	-moz-transition: width 0.3s cubic-bezier(.54,0,.42,1), padding 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: width 0.3s cubic-bezier(.54,0,.42,1), padding 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: width 0.3s cubic-bezier(.54,0,.42,1), padding 0.3s cubic-bezier(.54,0,.42,1);
	transition: width 0.3s cubic-bezier(.54,0,.42,1), padding 0.3s cubic-bezier(.54,0,.42,1);
}
.search_icon{
	position: absolute;
	display: block;
	background: none;
	border: none;
	padding: 0px;
	width: 30px;
	height: 30px;
	top: 0px;
	right: 0px;
}
.search_icon:before,
.search_icon:after{
	width: 17px;
	height: 18px;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -8px;
}
.search_wrapper_white .search_icon:before{
	background-position: -16px 0px;
}
.search_wrapper_white .search_icon:after{
	background-position: -39px 0px;
}

.desctop_header_search:hover input,
.desctop_header_search input.clicked{
	width: 200px;
}

.header_change_region_container{
	position: absolute;
	display: block;
	left: 20px;
	top: -55px;
	width: 264px;
	height: 137px;
	background: url('/images/header_map.png') no-repeat left top;
	background-size: contain;
	pointer-events: none;
}
.header_change_region_inner{
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding-top: 70px;
}
.change_region_button{
	position: relative;
	display: block;
	cursor: pointer;
	
	text-align: center;
	
	font-family: ralewaybold;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	text-decoration: underline;
	
	pointer-events: auto;
}
.change_region_button:hover{
	text-decoration: none;
}
.header_change_region_inline_container{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 145px;
}


@media screen and (max-width: 1560px){
	
	.desctop_header_left{
		width: 120px;
	}
	.desctop_header_right{
		width: 510px;
	}
	.desctop_header_center{
		width: calc(100% - 630px);
	}
	.top_header .desctop_header_right{
		display: none;
	}
	.top_header .desctop_header_center {
		width: calc(100% - 120px);
	}
	
	
	.header_change_region_inline_container{
		width: 200px;
	}
	
}
@media screen and (max-width: 1420px){
	
	.header_change_region_inner{
		width: 200px;
	}
	
}
@media screen and (max-width: 1110px){
	.desctop_header_right{
		width: 460px;
	}
	.desctop_header_center{
		width: calc(100% - 580px);
	}
	.desctop_header_menu .main_menu{
		padding-left: 5px;
	}
	.desctop_header_menu .main_menu>li>a,
	.desctop_header_menu .main_menu>li.active>span{
		padding-left: 5px;
		padding-right: 5px;
	}
	.desctop_header_menu .main_menu>li.active>span:before, .desctop_header_menu .main_menu>li.active>a:before{
		top: 5px;
		left: -5px;
	}
	.header_change_region_inline_container{
		width: auto;
	}
	.header_change_region_container{
		background: none;
		top: auto;
		left: auto;
		position: relative;
		width: auto;
		height: auto;
		display: inline-block;
	}
	.header_change_region_inner{
		width: auto;
		padding: 0px;
		padding-top: 15px;
		padding-left: 15px;
		position: relative;
	}
	
}

/*mobile_header*/

.mobile_header{
	display: none;
}


.mobile_shadow{
	position: fixed;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	background-color: #000;
	opacity: 0;
	z-index: 200;
	cursor: pointer;
	
	z-index: 0;
	
	-moz-transition: height 0.3s linear, left 0.3s linear;
	-o-transition: height 0.3s linear, left 0.3s linear;
	-webkit-transition: height 0.3s linear, left 0.3s linear;
	transition: height 0.3s linear, left 0.3s linear;
	
}

.header_container.toggled .mobile_shadow{
	height: 100%;
	opacity: 0.8;
}


.mobile_header_desc{
	position: absolute;
	display: block;
	top: 12px;
	left: 60px;
	width: 120px;
	
	font-family: bebas_neue_regularregular;
	font-size: 16px;
	color: #286cbe;
	letter-spacing: 0px;
	text-transform: uppercase;
	line-height: 1.2em;
}


.mobile_header{
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 61px;
}
.burger_toggle{
	position: absolute;
	display: block;
	margin-top: 0px;
	top: 5px;
	left: 5px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 50;
}
.burger_toggle_wrap{
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -10px;
	width: 20px;
	height: 17px;
	
}
.icon_bar{
	position: absolute;
	width: 20px;
	height: 3px;
	background-color: #3384ea;
	border-radius: 0px;
	
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.icon_bar:nth-child(1){
	top: 0px;
	left: 0px;
}
.icon_bar:nth-child(2){
	top: 7px;
	left: 0px;
}
.icon_bar:nth-child(3){
	top: 14px;
	left: 0px;
}


.header_container.toggled .icon_bar:nth-child(1){
	-ms-transform: rotate(45deg);
	-ms-transform-origin: 20% 40%;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: 20% 40%;
	transform: rotate(45deg);
	transform-origin: 20% 40%;
	top: 3px;
	left: 2px;
}

.header_container.toggled .icon_bar:nth-child(2){
	opacity: 0;
}
.header_container.toggled .icon_bar:nth-child(3){
	-ms-transform: rotate(-45deg);
	-ms-transform-origin: 20% 40%;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: 20% 40%;
	transform: rotate(-45deg);
	transform-origin: 20% 40%;
	left: 1px;
	top: 12px;
}


.mobile_header_wrapper{
	position: relative;
	display: block;
	z-index: 200;
}
.mobile_header_top{
	position: relative;
	display: block;
	height: 61px;
	width: 100%;
	z-index: 500;
	
	background-color: #fff;
	border-bottom: 1px solid #bdbdbd;
}

.mobile_logo_top{
	position: absolute;
	display: block;
	right: 20px;
	top: 2px;
	height: 87px;
	width: 54px;
}
.mobile_logo_top img{
	position: relative;
	display: block;
	max-width: 100%;
	margin: auto;
	padding: 0px;
}


.mobile_collapse{
	position: relative;
	width: 100%;
	background-color: #205276;
	
	top: -150vh;
	max-width: 350px;
	max-height: calc(100vh - 80px);
	
	-moz-transition: top 0.6s linear;
	-o-transition: top 0.6s linear;
	-webkit-transition: top 0.6s linear;
	transition: top 0.6s linear;
	
	overflow-y: auto;
}


.mobile_collapse::-webkit-scrollbar{
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
}

.mobile_collapse::-webkit-scrollbar-thumb{
  border-radius: 8px;
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, .3);
}

.header_container.toggled .mobile_collapse{
	top: 0px;
}

.mobile_collapse_content{
	position: relative;
	display: block;
	
}



.mobile_menu{
	position: relative;
	display: block;
	padding-top: 20px;
	margin-bottom: 25px;
	
}
.mobile_menu>li{
	position: relative;
	display: block;
	
	font-family: ralewaysemibold;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 1em;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}

.mobile_menu>li>a,
.mobile_menu>li.active>span{
	position: relative;
	display: block;
	padding: 10px 20px;
	
	font-family: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	color: inherit;
	text-transform: inherit;
	
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
}
.mobile_menu>li>a:hover,
.mobile_menu>li.active>span{
	color: #91e2f6;
}

.mobile_contacts{
	position: relative;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	padding: 30px 20px;
	background-color: #fff;
}
.mobile_contacts .enter_block{
	margin-bottom: 20px;
}
.mobile_contacts .enter_button,
.mobile_contacts .enter_button:link,
.mobile_contacts .enter_button:visited{
	color: #3384ea;
}
.mobile_contacts .enter_button.enter_button_enter:before,
.mobile_contacts .enter_button.enter_button_user:before{
	background-color: #3384ea;
}

.mobile_contacts .search_wrapper{
	position: relative;
	display: block;
	margin: 0px auto;
	
	max-width: 200px;
	top: auto;
	right: auto;
	width: 100%;
}
.search_wrapper_simple input{
	position: relative;
	height: 30px;
	width: 100%;
	border: 1px solid #bdbdbd;
	background: #fff;
	padding: 5px 30px 5px 5px;
	
	font-family: ralewaymedium;
	font-size: 13px;
	color: #222222;
	
}
.search_wrapper_simple .search_icon:before{
	background-position: -150px 0px;
}
.search_wrapper_simple .search_icon:after{
	background-position: -174px 0px;
}

@media screen and (max-width: 1024px){
	
	.desctop_header{
		display: none;
	}
	.mobile_header{
		display: block;
	}
	
}

/*mobile_header*/



/*slider_buttons*/

.general_slider_button{
	position: absolute;
	display: block;
	width: 30px;
	height: 100%;
	top: 0px;
	margin: 0px;
	background: none;
	user-select: none;
	pointer-events: auto;
	z-index: 10;
}
.general_slider_button:before,
.general_slider_button:after{
	top: 50%;
	left: 50%;
	width: 9px;
	height: 18px;
	margin-top: -9px;
	margin-left: -5px;
	
}
.general_slider_button.swiper-button-next:before,
.general_slider_button.swiper-button-next:after{
	margin-left: -4px;
}
.general_slider_button.swiper-button-prev{
	left: 0px;
}
.general_slider_button.swiper-button-next{
	right: 0px;
}
.general_slider_button.swiper-button-prev:before{
	background-position: -39px -47px;
}
.general_slider_button.swiper-button-prev:after{
	background-position: -39px -70px;
}
.general_slider_button.swiper-button-next:before{
	background-position: -54px -47px;
}
.general_slider_button.swiper-button-next:after{
	background-position: -54px -70px;
}






.gray_slider_button{
	position: absolute;
	display: block;
	width: 28px;
	height: 100%;
	top: 0px;
	margin: 0px;
	background: none;
	user-select: none;
	pointer-events: auto;
	z-index: 10;
}
.gray_slider_button:before,
.gray_slider_button:after{
	top: 50%;
	left: 50%;
	width: 10px;
	height: 18px;
	margin-top: -9px;
	margin-left: -5px;
	
}
.gray_slider_button.swiper-button-prev{
	left: 0px;
}
.gray_slider_button.swiper-button-next{
	right: 0px;
}
.gray_slider_button.swiper-button-prev:before{
	background-position: -68px -48px;
}
.gray_slider_button.swiper-button-prev:after{
	background-position: -68px -71px;
}
.gray_slider_button.swiper-button-next:before{
	background-position: -87px -48px;
}
.gray_slider_button.swiper-button-next:after{
	background-position: -87px -71px;
}







.general_slider_button_arr{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	background: none;
	margin-left: 10px;
	margin-right: 10px;
	width: 27px;
	height: 14px;
	top: 3px;
	left: auto;
	right: auto;
	user-select: none;
}
.general_slider_button_arr:before{
	content: '';
	position: absolute;
	display: block;
	width: 27px;
	height: 14px;
	background-image: url('/images/icons-sprite.png');
	background-repeat: no-repeat;
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.general_slider_button_arr:hover:before{
	opacity: 0.5;
}
.general_slider_button_arr.swiper-button-prev:before{
	background-position: -451px -16px;
}
.general_slider_button_arr.swiper-button-next:before{
	background-position: -451px 0px;
}

.general_pagination_wrapper .swiper-pagination{
	position: absolute;
	display: block;
	text-align: center;
	width: 100%;
	top: 0px;
}
.general_pagination_wrapper .swiper-pagination-bullet{
	position: relative;
	display: inline-block;
	vertical-align: top;
	pointer-events: auto;
	width: 15px;
	height: 15px;
	opacity: 1;
	border-radius: 100%;
	border: 2px solid #fff;
	background-color: transparent;
	margin: 0px 8px 16px 8px;
	
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
}
.general_pagination_wrapper .swiper-pagination-bullet:hover,
.general_pagination_wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #fff;
	border: 1px solid #fff;
}
/*slider_buttons*/



/*main_slider*/

.main_slider{
	position: relative;
	display: block;
	margin-bottom: 80px;
}
.main_slider_block{
	position: relative;
	display: block;
}
.main_slider_top{
	position: relative;
	display: block;
	background: #205276;
}
.main_slider_top_wrapper{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 1240px;
	padding: 0px 20px
}
.main_slider_top_wrapper img{
	position: relative;
	margin: 0px auto;
	display: block;
	padding: 0px;
	max-width: 100%;
}
.main_slider_bottom{
	position: relative;
	display: block;
	background: #041b26;
}
.main_slider_bottom_wrapper{
	position: relative;
	margin: 0px auto;
	max-width: 1200px;
	padding: 10px 0px 30px 0px;
}
.main_slider_bottom:before{
	content: '';
	display: block;
	position: absolute;
	top: -31px;
	height: 31px;
	left: 0px;
	width: 100%;
	background: url('/images/main_slider_footer_decor.png') no-repeat center bottom;
	background-size: 100% 100%;
}
.main_slider_bottom_wrapper_left,
.main_slider_bottom_wrapper_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0px 20px;
}
.main_slider_bottom_wrapper_left_head{
	display: block;
	position: relative;
}
.main_slider_bottom_wrapper_left_head .left_link{
	display: block;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.main_slider_bottom_wrapper_left_body{
	position: relative;
	display: flex;
	margin-bottom: 10px;
	padding-top: 10px;
	width: 100%;
	min-height: 100px;
	
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-start;
}
.main_slider_bottom_wrapper_left_body img{
	position: relative;
	display: block;
	max-width: 100%;
}

.main_slider_bottom_wrapper_left_footer{
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
}
.main_slider_bottom_wrapper_left_footer_left,
.main_slider_bottom_wrapper_left_footer_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0px 10px;
}

.main_slider_bottom_wrapper_right_left,
.main_slider_bottom_wrapper_right_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
	width: 60px;
	height: 150px;
}
.main_slider_bottom_wrapper_right_center{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
	width: calc(100% - 120px);
	height: 150px;
	padding-top: 50px;
}
.main_slider_bottom_wrapper_right_center_left,
.main_slider_bottom_wrapper_right_center_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 5px;
	width: 50%;
}
.main_slider_name{
	position: relative;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	
	font-family: ralewaybold;
	font-size: 16px;
	color: #fff;
}
.main_slider_desc{
	position: relative;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	
	font-family: ralewaymedium;
	font-size: 14px;
	color: #0e5a80;
}
.main_slider_text{
	position: relative;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	
	font-family: ralewaymedium;
	font-size: 14px;
	color: #fff;
}



.rounded_slider_button{
	position: absolute;
	display: block;
	width: 60px;
	height: 100%;
	background: none;
	top: 0px;
	margin: 0px;
	
}
.rounded_slider_button.swiper-button-prev{
	left: 0px;
}
.rounded_slider_button.swiper-button-next{
	right: 0px;
}

.rounded_slider_button span{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	
	border: 1px solid #fff;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.rounded_slider_button.swiper-button-prev span{
	left: 0px;
	border-radius: 25px 0px 0px 25px;
}
.rounded_slider_button.swiper-button-next span{
	right: 0px;
	border-radius: 0px 25px 25px 0px;
}

.main_slider_bottom .rounded_slider_button.swiper-button-prev span{
	left: 50%;
}



.rounded_slider_button:hover span{
	border: 1px solid #91e2f6;
}

.rounded_slider_button span:before,
.rounded_slider_button span:after{
	width: 10px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -5px;
}
.rounded_slider_button.swiper-button-prev span:before{
	background-position: 0px -48px;
}
.rounded_slider_button.swiper-button-prev span:after{
	background-position: 0px -73px;
}

.rounded_slider_button.swiper-button-next span:before{
	background-position: -16px -48px;
}
.rounded_slider_button.swiper-button-next span:after{
	background-position: -16px -73px;
}
.rounded_slider_button:hover span:before{
	opacity: 0;
}
.rounded_slider_button:hover span:after{
	opacity: 1;
}

@media screen and (max-width: 991px){
	
	.main_slider_bottom_wrapper_left,
	.main_slider_bottom_wrapper_right{
		display: block;
		width: 100%;
	}
	.main_slider_bottom_wrapper_left{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 630px){
	
	.main_slider_bottom_wrapper_right_center_left,
	.main_slider_bottom_wrapper_right_center_right{
		display: block;
		padding: 0px;
		width: 100%;
	}
	.main_slider_bottom_wrapper_right_center{
		padding-top: 0px;
	}
	
}
@media screen and (max-width: 430px){
	
	.main_slider_bottom_wrapper_left_footer_left,
	.main_slider_bottom_wrapper_left_footer_right{
		display: block;
		width: 100%;
		margin: 0px auto;
		max-width: 200px;
	}
	.main_slider_bottom_wrapper_left_footer_left{
		margin-bottom: 15px;
		margin-top: 20px;
	}
	
	.main_slider_bottom_wrapper_right{
		padding: 0px;
	}
	
	.main_slider_bottom_wrapper_right_left,
	.main_slider_bottom_wrapper_right_right{
		position: absolute;
		display: block;
		width: 60px;
		height: 60px;
		bottom: 0px;
		padding: 0px;
	}
	.main_slider_bottom_wrapper_right_left{
		left: 0px;
	}
	.main_slider_bottom_wrapper_right_right{
		right: 0px;
	}
	
	.main_slider_bottom_wrapper_right_center{
		position: relative;
		display: block;
		padding: 0px 20px;
		width: 100%;
		padding-bottom: 70px;
		height: auto;
		text-align: center;
	}
}


/*main_slider*/


/*main_news*/

.main_news{
	position: relative;
	display: block;
	margin-top: 80px;
	margin-bottom: 80px;
}

.double_dashed_head{
	position: relative;
	display: block;
	margin-bottom: 60px;
	
	text-align: center;
}
.double_dashed_head:before{
	content: '';
	display: block;
	position: absolute;
	height: 6px;
	width: 100%;
	border-top: 2px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
	
	top: 50%;
	left: 0px;
	margin-top: -3px;
}
.double_dashed_head .title{
	display: inline-block;
	padding: 0px 30px;
	background: #fff; 
}
.main_news_grid{
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
}
.main_news_node{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0px 10px;
	margin-bottom: 35px;
}
.main_news_node_left,
.main_news_node_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
}
.main_news_node_left{
	width: 120px;
}
.main_news_node_right{
	width: calc(100% - 120px);
}
.link_img{
	position: relative;
	display: block;
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.link_img:hover{
	opacity: 0.7;
}
.link_img img{
	position: relative;
	display: block;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
}
.main_news_node_left img{
	margin-bottom: 20px;
}
.link_title .title{
	
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.link_title:hover .title{
	color: #317ddf;
}
.main_news_node_right .title{
	margin-bottom: 10px;
}
.date{
	position: relative;
	margin-bottom: 15px;
	display: block;
	
	font-family: ralewaymedium;
	font-size: 14px;
	color: #7b7b7b;
	line-height: 1em;
}
.main_news_footer{
	position: relative;
	display: block;
	margin-top: 20px;
}


@media screen and (max-width: 780px){
	
	.main_news_node{
		display: block;
		width: 100%;
	}
	
}
@media screen and (max-width: 400px){
	
	.main_news_node_left,
	.main_news_node_right{
		display: block;
		width: 100%;
	}
	
}



/*main_news*/


/*search_results_page*/
.archive.search_results_page{
	
	margin-top: 80px;
	
}
.search_result_node{
	position: relative;
	padding-bottom: 30px;
}
.search_result_node .title{
	margin-bottom: 15px;
}
@media screen and (max-width: 1024px){
	
	.archive.search_results_page{
		margin-top: 50px;
	}
	
}


/*search_results_page*/


/*pagination*/


.pagination_container{
	position: relative;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
}
.topper_pagination .pagination_container{
	position: relative;
	margin-bottom: 10px;
}
.botter_pagination .pagination_container{
	position: relative;
	margin-top: 10px;
}
.pagination_wrapper{
	position: relative;
	text-align: center;
}
.left_link .pagination_wrapper{
	text-align: left;
}
.pagination_link{
	position: relative;
	display: inline-block;
	vertical-align: top;
	
	font-family: ralewaymedium;
	font-size: 13px;
	color: #83837a;
	letter-spacing: 1px;
	line-height: 24px;
}
.pagination_link:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background-color: #83837a;
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}

.pagination_link:link,
.pagination_link:visited{
	color: #83837a;
}
.pagination_link.active:before,
.pagination_link:hover:before{
	opacity: 0;
}
.pagination_link.active{
	cursor: default;
	opacity: 0.7;
}
.pagination_list{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	margin-right: 15px;
}
.pagination_list li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-top: 4px;
	
	font-family: ralewaymedium;
	font-size: 12px;
	color: #83837a;
	letter-spacing: 1px;
	line-height: 20px;
}
.pagination_link_arr{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	margin-right: 15px;
	height: 20px;
	width: 20px;
	
}
.pagination_link_arr:before,
.pagination_link_arr:after{
	top: 50%;
	left: 50%;
	width: 7px;
	height: 14px;
	margin-top: -7px;
	margin-left: -3px;
}
.pagination_link_arr.pagination_link_arr_right:before,
.pagination_link_arr.pagination_link_arr_right:after{
	margin-left: -4px;
}
.pagination_link_arr.pagination_link_arr_left:before{
	background-position: -39px -104px;
}
.pagination_link_arr.pagination_link_arr_left:after{
	background-position: -39px -123px;
}
.pagination_link_arr.pagination_link_arr_right:before{
	background-position: -56px -104px;
}
.pagination_link_arr.pagination_link_arr_right:after{
	background-position: -56px -123px;
}

.pagination_link_arr.active{
	opacity: 0.7;
	cursor: default;
}
.pagination_link_arr.active:hover:before{
	opacity: 1;
}
.pagination_link_arr.active:hover:after{
	opacity: 0;
}


.pag_node{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 4px;
	margin-right: 4px;
	
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
a.pag_node:hover{
	color: #317ddf;
}
.pag_node.active,
.pag_node.active:hover{
	color: #317ddf;
	cursor: default;
}
.pag_node:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background-color: #317ddf;
	opacity: 0;
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.pag_node.active:before,
a.pag_node:hover:before{
	opacity: 1;
}
/*pagination*/



/*main_juri*/

.main_juri{
	position: relative;
	display: block;
	margin-top: 80px;
	margin-bottom: 70px;
}
.main_juri .double_dashed_head{
	margin-bottom: 35px;
}
.juri_slider_wrapper{
	position: relative;
	margin: 0px auto;
	max-width: 1160px;
	padding-left: 60px;
	padding-right: 60px;
}
.juri_card{
	position: relative;
	display: block;
	max-width: 240px;
	padding: 0px 10px;
	margin: 0px auto;
}
.juri_card_inner{
	position: relative;
	display: block;
}
.juri_card .link_img img{
	margin-bottom: 20px;
}
.juri_card .title{
	margin-bottom: 6px;
}
.jur_desc{
	position: relative;
	margin: 0px;
	
	font-family: ralewaymedium;
	font-size: 14px;
	color: #7d7d7d;
	line-height: 1.2em;
}

.juri_slider_wrapper .general_slider_button:before,
.juri_slider_wrapper .general_slider_button:after{
	top: 100px;
	margin-top: 0px;
}

@media screen and (max-width: 1100px){
	
	.juri_slider_wrapper{
		padding: 0px 40px;
	}
	
}
 
/*main_juri*/

/*main_nominations*/

.nomination_gallery_wrapper {
	
	position: relative;
	
}

.nom_card {

	position: relative;
	display: block;
	max-width: 240px;
	padding: 0px 10px;
	margin: 0px auto;
	vertical-align: top;
	
}

.nomination_card {

    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0px 10px;
    margin-bottom: 45px;
    
}

@media screen and (max-width: 1100px){
	
	.nomination_gallery_wrapper{
		margin-left: -10px;
		margin-right: -10px;
	}
	.nomination_card{
		padding: 0px;
	}
}
@media screen and (max-width: 840px){
	
	.nomination_card{
		width: 33.33%;
	}
	
}
@media screen and (max-width: 580px){
	
	.nomination_card{
		width: 50%;
	}
	
}
@media screen and (max-width: 380px){
	
	.nomination_card{
		width: 100%;
	}
	
}


/*main_winners*/

.main_winners{
	position: relative;
	margin-top: 80px;
	margin-bottom: 120px;
}
.double_dashed_head.double_dashed_head_yel_stars:before{
	border-top: 2px solid #f3b612;
	border-bottom: 2px solid #f3b612;
}
.double_dashed_head.double_dashed_head_yel:before{
	border-top: 2px solid #f3b612;
	border-bottom: 2px solid #f3b612;
}


.double_dashed_head.double_dashed_head_yel_stars .title:before,
.double_dashed_head.double_dashed_head_yel_stars .title:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 16px;
	height: 15px;
	margin-top: -7px;
	background: url('/images/icons-sprite.png') no-repeat -68px 0px;
}
.double_dashed_head.double_dashed_head_yel_stars .title:before{
	left: -10px;
}
.double_dashed_head.double_dashed_head_yel_stars .title:after{
	right: -10px;
}
.main_winners .double_dashed_head{
	margin-bottom: 30px;
}
.winners_tabs_wrapper{
	position: relative;
	display: block;
	margin-bottom: 15px;
	margin-left: -15px;
	margin-right: -15px;
}
.winners_tabs{
	position: relative;
	display: block;
}
.winners_tabs li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
}
.winners_tabs li .winner_tab{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 25px;
}
.winners_tabs li .winner_tab.active{
	cursor: default;
}
.winners_tabs li .winner_tab:before,
.winners_tabs li .winner_tab:after{
	width: 16px;
	height: 15px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.winners_tabs li .winner_tab:before{
	background-position: -91px 0px;
}
.winners_tabs li .winner_tab:after{
	background-position: -68px 0px;
}
.winners_tabs li .winner_tab.active:hover:before,
.winners_tabs li .winner_tab.active:before{
	opacity: 0;
}
.winners_tabs li .winner_tab.active:hover:after,
.winners_tabs li .winner_tab.active:after{
	opacity: 1;
}

.winners_tabs li .winner_tab span{
	position: relative;
	display: block;
	color: #474747;
	font-family: ralewaymedium;
	font-size: 14px;
	
}
.winners_tabs li .winner_tab>span:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 40px;
	height: 10px;
	border-radius: 0px 25px 25px 0px;
	
	background-color: #f2f2f2;
	opacity: 0;
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.winners_tabs li .winner_tab.active>span:before{
	opacity: 1;
}

.winners_gallery_wrapper{
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -30px;
}

.winner_card{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0px 10px;
	margin-bottom: 45px;
}
.winner_card .left_link{
	margin-top: 10px;
}
.winner_card .content_link,
.content_link.content_link_small{
	font-size: 14px;
}


@media screen and (max-width: 1100px){
	
	.winners_gallery_wrapper{
		margin-left: -10px;
		margin-right: -10px;
	}
	.winner_card{
		padding: 0px;
	}
}
@media screen and (max-width: 840px){
	
	.winner_card{
		width: 33.33%;
	}
	
}
@media screen and (max-width: 580px){
	
	.winner_card{
		width: 50%;
	}
	
}
@media screen and (max-width: 380px){
	
	.winner_card{
		width: 100%;
	}
	
}

/*main_winners*/

/*about_offer*/

.about_offer{
	position: relative;
	display: block;
	margin-bottom: 40px;
}

.about_offer_wrapper{
	position: relative;
	display: block;
	height: 335px;
	background-position: center top;
	background-repeat: no-repeat;
}

@media screen and (max-width: 960px){
	
	.about_offer_wrapper{
		background-size: cover;
		height: 35vw;
	}
	
}
/*about_offer*/

/*breadcrumbs*/

.breadcrumbs_container{
	position: relative;
	display: block;
	margin-bottom: 0px;
}
.breadcrumbs_wrapper{
	position: relative;
	display: block;
}
.bread_crumbs{
	position: relative;
	display: block;
}
.breadcrumbs_wrapper li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	
	font-family: ralewaymedium;
	font-size: 14px;
	color: #9c9c9c;
	margin-right: 5px;
	margin-bottom: 10px;
}
.breadcrumbs_wrapper li a{
	position: relative;
	
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-decoration: underline;
	
}
.breadcrumbs_wrapper li a:hover{
	text-decoration: none;
}

/*breadcrumbs*/


/*about_info*/

.about_info{
	margin-top: 50px;
	margin-bottom: 90px;
}

.block_head_breadcrumbed{
	position: relative;
	margin-bottom: 30px;
}

.about_info_wrapper{
	position: relative;
	display: block;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 15px;
}
.about_info_left,
.about_info_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	width: 50%;
	margin-bottom: 20px;
}

.contacts_block{
	position: relative;
}
.contacts_block .title{
	margin-bottom: 20px;
}
.contacts_list{
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
}
.contacts_list li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	margin-bottom: 20px;
}

.contact_name{
	position: relative;
	display: block;
	padding-left: 30px;
	
	font-family: ralewaymedium;
	font-size: 13px;
	color: #7f7f7f;
	margin-bottom: 15px;
}
.contact_name:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	height: 20px;
	width: 22px;
	margin-top: -10px;
	background: url('/images/icons-sprite.png') no-repeat;
	
}
.contact_name_addres:before{
	background-position: -68px -25px;
}
.contact_name_phone:before{
	background-position: -93px -25px;
}
.contact_name_mail_plus:before{
	background-position: -120px -25px;
}
.contact_name_mail_check:before{
	background-position: -156px -25px;
}


@media screen and (max-width: 960px){
	
	.about_info_left,
	.about_info_right{
		display: block;
		width: 100%;
	}
	.about_info_right{
		margin-bottom: 50px;
	}
	
}

/*about_info*/

/*supervisors*/

.double_dashed_head.double_dashed_head_yel:before{
	padding-top: 2px solid #f3b612;
	padding-bottom: 2px solid #f3b612;
}


.content_link.content_link_mail_in{
	padding-left: 30px;
}
.content_link.content_link_mail_in:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	height: 20px;
	width: 22px;
	margin-top: -10px;
	background: url('/images/icons-sprite.png') no-repeat;
	background-position: -232px -25px;
}

/*supervisors*/


/*archive*/


.archive{
	margin-top: 50px;
	margin-bottom: 35px;
}
.header_double{
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
}
.header_double .title,
.header_double .right_link{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
}
.header_double .title{
	width: calc(100% - 300px);
}
.header_double .right_link{
	width: 300px;
	padding-top: 30px;
}

.cards_filter_container{
	position: relative;
	display: block;
	margin-bottom: 60px;
}
.cards_filter_main_block{
	position: relative;
	display: block;
	padding: 20px 15px;
	border: 1px solid #c4c4c4;
}
.cards_filter_main_block_inner{
	position: relative;
	display: block;
}
.filter_column{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 15px;
}

.filter_column_type{
	width: 245px;
}
.filter_column_place{
	width: 200px;
}
.filter_column_date{
	width: 190px;
}
.filter_column_place_wide{
	width: 390px;
}
.filter_column_categories{
	width: 320px;
}

.filter_column_name{
	position: relative;
	display: block;
	margin-bottom: 15px;
	
	font-family: ralewaybold;
	font-size: 14px;
	color: #9c9c9c;
}
.label_start_input{
	position: relative;
	display: block;
	margin-bottom: 15px;
	font-weight: normal;
	/*padding-left: 25px;*/
	margin-left: 25px;
	cursor: pointer;
}
.label_start_input:last-child{
	margin-bottom: 0px;
}
.input_star_label_desc{
	position: relative;
	display: block;
	
	font-family: ralewaymedium;
	font-size: 14px;
	color: #474747;
	left:-25px;
	padding-left:25px;
}
.label_start_input:before{
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	left: 25px;
	width: calc(100% - 25px);
	height: 10px;
	border-radius: 0px 25px 25px 0px;
	background-color: #f2f2f2;
	opacity: 0;
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
/*.label_start_input.active:before,*/
.label_start_input:hover:before{
	opacity: 1;
}




.label_start_input .jq-radio{
	position: absolute!important;
	display: block!important;
	top: 0px;
	left: -25px;
	width: 16px;
	height: 15px;
	margin: 0px;
	border: none!important;
	border-radius: 0px;
	background: none!important;
	box-shadow: none;
}

.label_start_input .jq-radio__div,
.label_start_input .jq-radio.checked .jq-radio__div{
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	margin: 0px;
	border-radius: 0px;
	background: none;
	box-shadow: none;
}
.label_start_input .jq-radio__div:before,
.label_start_input .jq-radio__div:after{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 16px;
	height: 15px;
	background-image: url('/images/icons-sprite.png');
	background-repeat: no-repeat;
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.label_start_input .jq-radio__div:before{
	opacity: 1;
	background-position: -91px 0px;
}
.label_start_input .jq-radio__div:after{
	opacity: 0;
	background-position: -68px 0px;
}
.label_start_input .jq-radio.checked .jq-radio__div:before{
	opacity: 0;
}
.label_start_input .jq-radio.checked .jq-radio__div:after{
	opacity: 1;
}


.filter_input_row{
	position: relative;
	margin-bottom: 10px;
}
.filter_input_row.filter_input_row_inline{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-bottom: 10px;
}
.filter_input_row:last-child{
	margin-bottom: 0px;
}
.jq-selectbox{
	z-index: 10!important;
}
.jq-selectbox.opened {
	z-index: 11!important;
}

.filter_input_row .jq-selectbox{
	display: block!important;
	width: 100%;
	max-width: 180px;
}
.jq-selectbox__select{
	height: 30px;
	padding: 0px 30px 0px 15px;
	border: 1px solid #b6b6b6!important;
	background: #fff!important;
	border-radius: 0px;
	box-shadow: none!important;
	text-shadow: none;
}
.jq-selectbox__select-text{
	position: relative;
	display: flex;
	height: 28px;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	white-space: normal;
	text-overflow: initial;
	
	font-family: ralewaymedium;
	font-size: 13px;
	color: #878787;
	line-height: 1em;
}

.jq-selectbox__trigger{
	width: 30px;
	height: 28px;
	border: none;
}
.jq-selectbox__trigger-arrow{
	top: 12px;
	border-top: 5px solid #f3b612;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	
	-moz-transition: border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: border 0.3s cubic-bezier(.54,0,.42,1);
	transition: border 0.3s cubic-bezier(.54,0,.42,1);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow{
	border-top: 5px solid #317ddf;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}

.jq-selectbox__dropdown{
	box-shadow: none;
	background: #fff;
	border: 1px solid #b6b6b6;
	border-radius: 0px;
	padding: 10px 0px;
}

.jq-selectbox li{
	position: relative;
	background: #fff!important;
	
	font-family: ralewaymedium;
	font-size: 13px;
	color: #878787!important;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.jq-selectbox li:hover{
	color: #317ddf!important;
}
.jq-selectbox li.disabled{
	display: none;
}
.jq-selectbox li.sel{
	background-color: #f2f2f2!important;
}

.input_date_label{
	position: relative;
	display: block;
	font-weight: normal;
	padding-left: 30px;
}
.input_date_label input{
	position: relative;
	display: block;
	height: 30px;
	border: 1px solid #b6b6b6;
	background: #fff;
	padding: 4px;
	
	text-align: center;
	font-family: ralewaymedium;
	font-size: 13px;
	color: #474747;
	width: 100%;
}




.input_date_label input::-webkit-input-placeholder {color: #878787;}
.input_date_label input::-moz-placeholder          {color: #878787;}
.input_date_label input:-moz-placeholder           {color: #878787;}
.input_date_label input:-ms-input-placeholder      {color: #878787;}



.input_date_label input::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.input_date_label input::-moz-placeholder          {opacity: 1; transition: opacity 0.3s ease;}
.input_date_label input:-moz-placeholder           {opacity: 1; transition: opacity 0.3s ease;}
.input_date_label input:-ms-input-placeholder      {opacity: 1; transition: opacity 0.3s ease;}


.input_date_label input:focus::-webkit-input-placeholder {opacity: 0;}
.input_date_label input:focus::-moz-placeholder          {opacity: 0;}
.input_date_label input:focus:-moz-placeholder           {opacity: 0;}
.input_date_label input:focus:-ms-input-placeholder      {opacity: 0;}



.simple_styled_form input::-webkit-input-placeholder {color: #878787;}
.simple_styled_form input::-moz-placeholder          {color: #878787;}
.simple_styled_form input:-moz-placeholder           {color: #878787;}
.simple_styled_form input:-ms-input-placeholder      {color: #878787;}



.simple_styled_form input::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.simple_styled_form input::-moz-placeholder          {opacity: 1; transition: opacity 0.3s ease;}
.simple_styled_form input:-moz-placeholder           {opacity: 1; transition: opacity 0.3s ease;}
.simple_styled_form input:-ms-input-placeholder      {opacity: 1; transition: opacity 0.3s ease;}


.simple_styled_form input:focus::-webkit-input-placeholder {opacity: 0;}
.simple_styled_form input:focus::-moz-placeholder          {opacity: 0;}
.simple_styled_form input:focus:-moz-placeholder           {opacity: 0;}
.simple_styled_form input:focus:-ms-input-placeholder      {opacity: 0;}




.simple_styled_form textarea::-webkit-input-placeholder {color: #878787;}
.simple_styled_form textarea::-moz-placeholder          {color: #878787;}
.simple_styled_form textarea:-moz-placeholder           {color: #878787;}
.simple_styled_form textarea:-ms-input-placeholder      {color: #878787;}



.simple_styled_form textarea::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.simple_styled_form textarea::-moz-placeholder          {opacity: 1; transition: opacity 0.3s ease;}
.simple_styled_form textarea:-moz-placeholder           {opacity: 1; transition: opacity 0.3s ease;}
.simple_styled_form textarea:-ms-input-placeholder      {opacity: 1; transition: opacity 0.3s ease;}


.simple_styled_form textarea:focus::-webkit-input-placeholder {opacity: 0;}
.simple_styled_form textarea:focus::-moz-placeholder          {opacity: 0;}
.simple_styled_form textarea:focus:-moz-placeholder           {opacity: 0;}
.simple_styled_form textarea:focus:-ms-input-placeholder      {opacity: 0;}






.input_date_label.red input::-webkit-input-placeholder {color: #e65139;}
.input_date_label.red input::-moz-placeholder          {color: #e65139;}
.input_date_label.red input:-moz-placeholder           {color: #e65139;}
.input_date_label.red input:-ms-input-placeholder      {color: #e65139;}


.simple_styled_form .red input::-webkit-input-placeholder {color: #e65139;}
.simple_styled_form .red input::-moz-placeholder          {color: #e65139;}
.simple_styled_form .red input:-moz-placeholder           {color: #e65139;}
.simple_styled_form .red input:-ms-input-placeholder      {color: #e65139;}



.simple_styled_form .red textarea::-webkit-input-placeholder {color: #e65139;}
.simple_styled_form .red textarea::-moz-placeholder          {color: #e65139;}
.simple_styled_form .red textarea:-moz-placeholder           {color: #e65139;}
.simple_styled_form .red textarea:-ms-input-placeholder      {color: #e65139;}



.input_date_label_desc{
	position: absolute;
	display: block;
	
	left: 0px;
	top: 0px;
	width: 30px;
	
	line-height: 30px;
	font-family: ralewaymedium;
	font-size: 13px;
	color: #727272;
}


.filter_column_categories{
	width: calc(100% - 640px);
}


.input_group_double .label_start_input{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.jq-checkbox{
	position: absolute!important;
	display: block!important;
	top: 0px;
	left: -25px;
	width: 16px;
	height: 15px;
	margin: 0px;
	border: none!important;
	background: none!important;
	border-radius: 0px;
	box-shadow: none;
}

.panel_group_check .jq-checkbox {
	
	left:0px;
	
}

.jq-checkbox__div,
.jq-checkbox.checked .jq-checkbox__div{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	border-radius: 0px;
	background: none;
	box-shadow: none;
}
.jq-checkbox__div:before,
.jq-checkbox__div:after{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 16px;
	height: 15px;
	background-image: url('/images/icons-sprite.png');
	background-repeat: no-repeat;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.jq-checkbox__div:before{
	opacity: 1;
	background-position: -91px 0px;
}
.jq-checkbox__div:after{
	opacity: 0;
	background-position: -68px 0px;
}

.jq-checkbox.checked .jq-checkbox__div:before,
.jq-checkbox.checked:hover .jq-checkbox__div:before{
	opacity: 0;
}
.jq-checkbox.checked .jq-checkbox__div:after,
.jq-checkbox.checked:hover .jq-checkbox__div:after{
	opacity: 1;
}

.search_wrapper.search_wrapper_filter{
	position: relative;
	display: block;
	top: auto;
	left: auto;
	width: 100%;
	max-width: 300px;
}

.search_wrapper_simple.search_wrapper_filter input{
	border-top: none;
	height: 50px;
	padding-left: 20px;
}
.filter_column_place_wide .search_wrapper_simple.search_wrapper_filter input{
	border-top: 1px solid #c4c4c4;
}

.filter_column_place_wide .search_wrapper.search_wrapper_filter{
	max-width: 100%;
}

.search_wrapper_simple.search_wrapper_filter .search_icon{
	height: 50px;
	width: 50px;
}


.event_gallery{
	position: relative;
	display: block;
	margin-top: 60px;
	margin-bottom: 10px;
	margin-left: -20px;
	margin-right: -20px;
}


.event_card{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
	width: 50%;
}
.event_card_inner{
	position: relative;
	display: block;
	margin-bottom: 80px;
}
.event_card_left,
.event_card_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
}
.event_card_left{
	width: 210px;
}
.event_card_right{
	width: calc(100% - 210px);
}
.event_img{
	position: relative;
	display: block;
}
.event_img.event_img_star{
	height: 200px;
	margin: 0px auto;
	max-width: 200px;
	width: 100%;
	margin-top: -34px;
	
}
.event_img.event_img_star:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url('/images/conc_logo_bg.png') no-repeat center center;
	background-size: contain;
}
.event_img_inner{
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 50px;
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.event_img_inner img{
	position: relative;
	display: block;
	max-width: 100%;
	margin: auto;
	
}
.event_img:hover .event_img_inner{
	opacity: 0.7;
}
.event_card_type{
	position: relative;
	display: block;
	font-family: ralewaybold;
	font-size: 14px;
	color: #7f7f7f;
	margin-bottom: 5px;
}
.big_date{
	position: relative;
	display: block;
	margin-top: 15px;
	
	font-family: bebas_neuebold;
	font-size: 30px;
	line-height: 1.1em;
	color: #317ddf;
}
.event_card_right .blue_button{
	margin-top: 10px;
}

@media screen and (max-width: 930px){
	
	.event_card_left,
	.event_card_right{
		display: block;
		width: 100%;
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.event_card_right{
		text-align: center;
		margin-top: 20px;
	}
	.event_img.event_img_star{
		margin-top: 0px;
	}
	
	.event_card_right .left_link{
		text-align: center;
	}
}

@media screen and (max-width: 550px){
	
	.event_card{
		display: block;
		width: 100%;
	}
	
}




.cards_filter_toogle_container{
	display: none;
}

.cards_filter_container .simple_link_del{
	display: none;
	position: absolute;
	top: 20px;
	right: 30px;
}

@media screen and (max-width: 1020px){
	
	.cards_filter_container_competitions .filter_column_place_wide{
		width: calc(100% - 245px);
	}
	
	.cards_filter_container_competitions .filter_input_row .jq-selectbox{
		max-width: 100%;
	}
	
	.cards_filter_container_competitions .filter_column_categories{
		width: 100%;
		margin-top: 30px;
	}
	.cards_filter_container_competitions .input_group_double .label_start_input{
		width: auto;
		margin-right: 30px;
	}
	
}

@media screen and (max-width: 720px){
	
	.filter_column_date{
		display: block;
		margin-top: 20px;
	}
	.filter_column_place{
		display: block;
		margin-top: 20px;
	}
	
}

@media screen and (max-width: 767px){
	
	.cards_filter_container_competitions{
		position: fixed;
		top: 61px;
		left: -20000px;
		width: 100vw;
		padding: 0px 20px;
		max-height: calc(100vh - 61px);
		overflow-y: auto;
		overflow-x: hidden;
		z-index: 10000;
		
		-moz-transition: left 0.3s cubic-bezier(.54,0,.42,1);
		-o-transition: left 0.3s cubic-bezier(.54,0,.42,1);
		-webkit-transition: left 0.3s cubic-bezier(.54,0,.42,1);
		transition: left 0.3s cubic-bezier(.54,0,.42,1);
		
		background-color: #fff;
	}
	
	.cards_filter_container .simple_link_del{
		display: inline-block;
		
		z-index: 50000;
	}
	
	.cards_filter_toogle_container{
		display: block;
	}
	.cards_filter_container_competitions.toggled_filter{
		left: 0px;
	}
	.cards_filter_container_competitions .cards_filter_main_block{
		padding-top: 50px;
	}
	
	
	
	.header_double .title{
		display: block;
		width: 100%;
	}
	.header_double .right_link{
		display: block;
		text-align: left;
		width: 100%;
		padding-top: 15px;
	}
	
}


@media screen and (max-width: 680px){
	
	.filter_column_type{
		display: block;
		width: 100%;
	}
	.cards_filter_container_competitions .filter_column_place_wide{
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	
}
@media screen and (max-width: 440px){
	
	.filter_input_row.filter_input_row_inline{
		display: block;
		width: 100%;
	}
	.filter_column{
		padding: 0px;
	}
	
}






/*archive*/



/*competition*/

.header_desc{
	position: relative;
	font-family: ralewaybold;
	font-size: 18px;
	color: #7f7f7f;
}

.competiton_wrapper{
	position: relative;
	margin-top: 50px;
	margin-left: -15px;
	margin-right: -15px;
}
.competition_left,
.competition_center,
.competition_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 15px;
	margin-bottom: 30px;
}
.competition_left{
	width: 250px;
}
.competition_center{
	width: calc(100% - 500px);
}
.competition_right{
	width: 250px;
}

.competition_info{
	position: relative;
	display: block;
}
.link_competiton_img{
	position: relative;
	display: block;
	width: 100%;
	
	background: url('/images/conc_logo_simple.png') no-repeat center center;
	background-size: contain;
	margin-bottom: 30px;
}
.link_competiton_img_inner{
	position: relative;
	display: flex;
	min-height: 150px;
	width: 100%;
	padding: 30px;
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.link_competiton_img_inner img{
	position: relative;
	display: block;
	max-width: 100%;
	margin: auto;
}
.link_competiton_img_inner:hover{
	opacity: 0.7;
}

@media screen and (max-width: 960px){
	
	.competition_left,
	.competition_center,
	.competition_right{
		display: block;
		width: 100%;
		
	}
	.competition_left{
		margin-bottom: 40px;
	}
	.competition_left,
	.competition_right{
		max-width: 280px;
	}
	
	
}
/*competition*/


/*competition_menu_container*/

.competition_menu_container{
	position: relative;
	margin-top: 50px;
	margin-bottom: 80px;
	min-height: 50px;
	
	background-color: #205ca3;
	
	
	background: rgb(30,88,155);
	background: -moz-linear-gradient(left, rgba(30,88,155,1) 0%, rgba(51,132,234,1) 100%);
	background: -webkit-linear-gradient(left, rgba(30,88,155,1) 0%,rgba(51,132,234,1) 100%);
	background: linear-gradient(to right, rgba(30,88,155,1) 0%,rgba(51,132,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e589b', endColorstr='#3384ea',GradientType=1 );
}

.competition_menu_wrapper{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 1040px;
}

.competition_menu_wrapper_inner{
	position: relative;
	display: block;
}
.competition_menu_wrapper_inner .desctop_header_menu{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	width: calc(100% - 380px);
	padding-top: 10px;
	padding-bottom: 10px;
}
.competition_menu_wrapper_inner .competition_dropdowns{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	width: 380px;
	padding-top: 12px;
}

.competition_dropdowns .jq-selectbox__select{
	border: none!important;
	background: #1f5ba0!important;
	color: #fff!important;
}
.competition_dropdowns .jq-selectbox__select-text{
	color: #fff;
}
.competition_dropdowns .filter_input_row.filter_input_row_inline:first-child{
	padding-right: 1px;
}

@media screen and (max-width: 960px){
	
	.competition_menu_wrapper_inner .desctop_header_menu{
		display: block;
		width: 100%;
	}
	.competition_menu_wrapper_inner .competition_dropdowns{
		display: block;
		width: 100%;
	}
}

/*competition_menu_container*/

/*work_block*/


.work_block{
	position: relative;
	margin-top: 80px;
	margin-bottom: 120px;
}

.work_block_container{
	position: relative;
}
.work_block_container_head{
	position: relative;
	display: block;
	margin-top: 40px;
	margin-bottom: 50px;
}

.work_block_container_head .title,
.work_block_container_head .header_desc{
	text-align: center;
}
.work_block_container_head .header_desc{
	margin-bottom: 5px;
}
.work_block_wrapper{
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
}

.work_block_left,
.work_block_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
}
.work_block_left{
	width: 220px;
}
.work_block_right{
	width: calc(100% - 220px);
}

.work_block_img_container{
	position: relative;
	display: block;
	padding: 0px;
	border: 1px solid #cecece;
	width: 100%;
}
.work_block_img_container_flex{
	position: relative;
	display: block;
	text-align: center;
	padding: 10px;
}
.work_block_img_container_flex a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.work_block_img_container_flex a:hover{
	opacity: 0.7;
}
.work_block_img_container_flex a img{
	position: relative;
	display: block;
	max-width: 100%;
	padding: 0px;
	margin: 0px;
}
.work_block_img_container_slider{
	position: relative;
	display: block;
	padding: 10px 30px 30px 30px;
}

.work_block_img_container_slider .swiper-slide{
	position: relative;
	padding: 0px 5px;
}
.work_block_img_container_slider .swiper-slide a{
	position: relative;
	display: block;
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.work_block_img_container_slider .swiper-slide a:hover{
	opacity: 0.7;
}
.work_block_img_container_slider .swiper-slide a img{
	position: relative;
	display: block;
	max-width: 100%;
	margin: 0px auto;
	padding: 0px;
}

.work_block_comment .title {
	
	margin-top:10px;
	font-weight:bold;
	
}

.work_block_comment .text {
	
	margin-top:10px;
	
}


.swiper-scrollbar{
	position: absolute;
	left: 30px;
	bottom: 10px;
	width: calc(100% - 60px);
	height: 1px;
	background-color: #cecece;
}
.swiper-scrollbar-drag{
	border-radius: 0px;
	height: 100%;
	background-color: #296fc5;
}

@media screen and (max-width: 1000px){
	
	.work_block_left,
	.work_block_right{
		display: block;
		width: 100%;
	}
	.work_block_left{
		margin-bottom: 30px;
	}
	
}

/*work_block*/

/*juri_person*/

.juri_person{
	margin-bottom: 40px;
}
.juri_person_wrapper{
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 35px;
}

.juri_person_left,
.juri_person_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	width: 50%;
}

.juri_person_bundle{
	position: relative;
	display: block;
	margin-top: 35px;
}
.jusri_person_bundle_node{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	margin-bottom: 40px;
	width: 25%;
}
.jusri_person_bundle_node_inner{
	position: relative;
	display: flex;
	
	flex-direction: row;
	align-items: center;
	justify-content: center;
	
	padding: 5px 20px;
	min-height: 76px;
	
	border: 1px solid #c4c4c4;
	
}
.jusri_person_bundle_node_inner img{
	position: relative;
	display: block;
	max-width: 100%;
	margin-right: 8px;
}
.jusri_person_bundle_node_inner p{
	margin: 0px;
	line-height: 1.2em;
}

.juri_konk_block{
	margin-top: 60px;
	margin-bottom: 20px;
}


/*juri_person*/







/*page_content*/
.page_content{
	clear: both;
}



.head1,
.page_content h1{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	
	font-family: bebas_neuebold;
	font-size: 50px;
	color: #1a1a1a;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.page_content h1{
	margin-top: 0px;
	margin-bottom: 35px;
}
.head2,
.page_content h2{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	
	font-family: bebas_neuebold;
	font-size: 40px;
	color: #1a1a1a;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.page_content h2{
	margin-top: 35px;
	margin-bottom: 35px;
}
.head3,
.page_content h3{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	
	font-family: bebas_neuebold;
	font-size: 30px;
	color: #1a1a1a;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.page_content h3{
	margin-top: 35px;
	margin-bottom: 35px;
}
.head4,
.page_content h4{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	
	font-family: bebas_neuebold;
	font-size: 20px;
	color: #1a1a1a;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0px;
}
.page_content h4{
	margin-top: 35px;
	margin-bottom: 25px;
}
.head5,
.page_content h5{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	
	font-family: ralewaybold;
	font-size: 20px;
	color: #1a1a1a;
	line-height: 1.2em;
	text-transform: none;
	letter-spacing: 0px;
}
.page_content h5{
	margin-top: 25px;
	margin-bottom: 20px;
}
.head6,
.page_content h6{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	
	font-family: ralewaybold;
	font-size: 18px;
	color: #1a1a1a;
	line-height: 1.2em;
	text-transform: none;
	letter-spacing: 0px;
}
.page_content h6{
	margin-top: 25px;
	margin-bottom: 20px;
}





.wrap_tables{
	position: relative;
	display: block;
	overflow-x: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.wrap_tables::-webkit-scrollbar{
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.wrap_tables::-webkit-scrollbar-thumb{
  border-radius: 8px;
  border: 1px solid #d3d3d3;
  background-color: #fff;
}


.content_link,
.page_content a{
	position: relative;
	display: inline;
	
	font-family: ralewaymedium;
	font-size: 16px;
	color: #317ddf;
	text-decoration: underline;
	letter-spacing: 0px;
}
.content_link:link,
.page_content a:link,
.content_link:visited,
.page_content a:visited{
	color: #317ddf;
	text-decoration: underline;
}
.content_link:hover,
.page_content a:hover{
	text-decoration: none;
}

button.content_link{
	border: none;
	background: none;
	padding: 0px;
}

p,
.page_content p{
	display: block;
	position: relative;
	margin-bottom: 20px;
	
	font-family: ralewaymedium;
	color: #222222;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0px;
}

p b,
.page_content p b,
p strong,
.page_content p strong{
	font-family: ralewaybold;
	color: #222222;
	font-style: normal;
}

p i,
.page_content p i,
p em,
.page_content p em{
	font-family: ralewaymedium_italic;
	color: #222222;
	font-style: normal;
}




blockquote{
	position: relative;
	border: none;
	background-color: transparent;
	
	padding: 0px 0px 0px 60px;
	margin-top: 30px;
	margin-bottom: 30px;
	
	width: 100%;
	
	
	font-family: ralewaymedium_italic;
	font-size: 14px;
	color: #212121;
	letter-spacing: 0px;
	line-height: 1.5em;
}
blockquote p{
	
	
	font-family: ralewaymedium_italic;
	font-size: 14px;
	color: #212121;
	letter-spacing: 0px;
	line-height: 1.5em;
	margin-bottom: 0px;
}

blockquote a,
blockquote p a{
	font-family: ralewaymedium_italic;
	font-size: 14px;
	color: #317ddf;
}

blockquote:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 34px;
	width: 1px;
	height: 100%;
	background: #d6d6d6;
}
blockquote:after{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 17px;
	background: url('/images/icons-sprite.png') no-repeat 0px -104px;
}


.page_content ol,
.page_content ul{
	position: relative;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	
}

.page_content ol li,
.page_content ul li{
	position: relative;
	display: block;
	
	line-height: 1.5em;
	font-family: ralewaymedium;
	color: #222222;
	font-size: 16px;
	letter-spacing: 0px;
	margin-bottom: 15px;
	padding-left: 30px;
}
.page_content ol li:last-child,
.page_content ul li:last-child{
	margin-bottom: 0px;
}

.page_content ol li p,
.page_content ul li p,
.page_content ol li a,
.page_content ul li a{
	margin: 0px;
	line-height: 1.5em;
	font-family: ralewaymedium;
	color: #222222;
	font-size: 16px;
	letter-spacing: 0px;
}

.page_content ul>li:before{
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 20px;
	
	height: 15px;
	width: 1px;
	
	background-color: #6d9ce6;
}

ol{
	list-style: none;
	counter-reset: myCounter;
}
ol>li:before{
	counter-increment: myCounter;
	content: counter(myCounter) '.';
}
.page_content ol>li:before{
	display: block;
	position: absolute;
	top: 3px;
	left: 15px;
	
	color: #f3b612;
	line-height: 1em;
	font-size: 16px;
	font-family: ralewaymedium;
	letter-spacing: 0px;
}

.page_content ol>li ul,
.page_content ol>li ol,
.page_content ul>li ul,
.page_content ul>li ol,
.page_content ol>ul,
.page_content ol>ol,
.page_content ul>ul,
.page_content ul>ol{
	padding-left: 15px;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.page_content ol>li ul li,
.page_content ol>li ol li,
.page_content ul>li ul li,
.page_content ul>li ol li,
.page_content ol>ul li,
.page_content ol>ol li,
.page_content ul>ul li,
.page_content ul>ol li{
	margin-bottom: 10px;
}




.page_content img{
	position: relative;
	max-width: 100%;
	margin-bottom: 20px;
	margin-right: 20px;
	height: auto!important;
}



.page_content img[style*="float: right"],
.page_content img[style*="float:right"]{
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
}
.page_content img[style*="float: left"],
.page_content img[style*="float:left"]{
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}



.page_content table{
	width: 100%!important;
	border-collapse: collapse;
}
.page_content td,
.page_content th,
.page_content tr{
	width: auto!important;
	height: auto!important;
}

.page_content table tr{
	background-color: #f2f2f2;
	border: 1px solid #c4c4c4;
}
.page_content table tr:nth-child(2n){
	background-color: #fff;
}
table th,
table td{
	position: relative;
	border: none; 
	padding: 20px 20px;
	line-height: 1.5em;

	letter-spacing: 0px;
	text-align: left;
}

table th{
	font-family: bebas_neue_regularregular;
	font-size: 20px;
	color: #222222;
	line-height: 1.1em;
	text-transform: uppercase;
	padding: 20px 20px;
}
table td{
	font-family: ralewaymedium;
	font-size: 14px;
	color: #474747;
	padding: 15px 20px;
	text-align: left;
	border: 1px solid #c4c4c4;
}


.page_content td p{
	margin: 5px 0px;
}






.invert_ui .title1,
.invert_ui .page_content h1,
.invert_ui .title2,
.invert_ui .page_content h2,
.invert_ui .title3{
	color: #fff;
}
.invert_ui .page_content h3,
.invert_ui .title4,
.invert_ui .page_content h4,
.invert_ui .title5,
.invert_ui .page_content h5,
.invert_ui .title6
.invert_ui .page_content h6,
.invert_ui .head44,
.invert_ui .head66{
	color: #fff;
}
.invert_ui .page_content ul li,
.invert_ui .page_content ul li p,
.invert_ui .page_content ul li a,
.invert_ui .page_content ul li p a,

.invert_ui .page_content ol li,
.invert_ui .page_content ol li p,
.invert_ui .page_content ol li a,
.invert_ui .page_content ol li p a,

.invert_ui p{
	color: #fff;
}
.invert_ui .content_link{
	color: #fff;
}






.invert_ui .content_link,
.invert_ui .page_content a,
.invert_ui .content_link:link,
.invert_ui .page_content a:link,
.invert_ui .content_link:visited,
.invert_ui .page_content a:visited,

.invert_ui blockquote{
	color: #fff;
}

.invert_ui .simple_link,
.invert_ui .simple_link:link,
.invert_ui .simple_link:visited{
	color: #fff;
}
.invert_ui ul li:before{
	background-color: #fff;
}
.invert_ui ol li:before{
	color: #fff;
}



@media screen and (max-width: 640px){
	
	.head1,
	.page_content h1{
		font-size: 40px;
		line-height: 1.2em;
	}
	.page_content h1{
		margin-top: 0px;
		margin-bottom: 35px;
	}
	.head2,
	.page_content h2{
		font-size: 35px;
		line-height: 1.2em;
	}
	.page_content h2{
		margin-top: 35px;
		margin-bottom: 35px;
	}
	
	
	
}


/*page_content*/













/*footer*/

.footer_container{
	position: relative;
	display: block;
	margin-top: 110px;
}

.footer_top{
	position: relative;
	display: block;
	background-color: #1b272c;
}
.footer_bottom{
	position: relative;
	display: block;
	min-height: 50px;
	background-color: #fff;
	padding: 10px 0px;
	border-bottom: 1px solid #d2d2d2;
}
.footer_wrapper{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 1040px;
}
.footer_top_inner{
	position: relative;
	display: block;
	max-width: 1010px;
	padding: 20px 20px;
	min-height: 100px;
	background: url('/images/footer_decor.png') no-repeat right center;
	
}
.footer_menu_container{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	min-height: 80px;
	width: 100%;
}
.footer_menu{
	position: relative;
	display: block;
	width: 100%;
}
.footer_menu li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 5px 25px 5px 0px;
	
	font-family: ralewaymedium;
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
	letter-spacing: 0px;
}
.footer_menu li a,
.footer_menu li span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-decoration: inherit;
	letter-spacing: inherit;
}
.footer_menu li span,
.footer_menu li a:hover{
	text-decoration: none;
}

.footer_left,
.footer_center,
.footer_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	width: 33.33%;
}
.footer_center{
	text-align: center;
}
.footer_right{
	text-align: right;
}
.copyrights{
	position: relative;
	display: block;
	margin: 10px 0px;
	
	font-family: ralewaymedium;
	font-size: 14px;
	color: #222222;
}
.support_desc{
	position: relative;
	display: block;
	margin: 10px 0px;
	text-align: center;
	
	font-family: ralewaymedium;
	font-size: 14px;
	color: #222222;
}
.support_desc_link,
.support_desc_link:link,
.support_desc_link:visited{
	color: #185398;
	text-decoration: underline;
}
.support_desc_link:hover{
	text-decoration: none;
}

.developer_link{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.developer_link:hover{
	opacity: 0.7;
}
.developer_link img{
	position: relative;
	display: block;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
}


@media screen and (max-width: 740px){
	
	.footer_left,
	.footer_center,
	.footer_right{
		display: block;
		text-align: center;
		width: 100%;
	}
	
}

/*footer*/


/*modal*/

.win_modal_small .modal-dialog{
	width: 100%;
	max-width: 700px;
}
.win_modal_wide .modal-dialog{
	width: 100%;
	max-width: 1000px;
}

.modal-content{
	border: none;
	border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 70px 0px;
}


button.close.close_button{
	position: absolute;
	display: block;
	padding: 0px;
	margin: 0px;
	background: none;
	border: none;
	opacity: 1;
	text-shadow: none;
	
	top: 21px;
	right: 21px;
	width: 30px;
	height: 30px;
}
button.close.close_button:before,
button.close.close_button:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	margin-left: -6px;
}
button.close.close_button:before{
	background-position: -388px 0px;
}
button.close.close_button:after{
	background-position: -406px 0px;
}


.modal_content_wrapper_small{
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}

.double_dashed_head.single_dashed_head_yel:before{
	border: none;
	height: 2px;
	background-color: #f3b612;
	margin-top: -1px;
}

.modal_form_small_inner{
	position: relative;
	display: block;
	max-width: 380px;
	margin: 0px auto;
	margin-top: 30px;
	margin-bottom: 35px;
	padding: 0px 20px;
}

.simple_form_row{
	position: relative;
	display: block;
}

.simple_form_label{
	position: relative;
	display: block;
	padding-bottom: 30px;
	font-weight: normal
}
.simple_label_desc{
	position: relative;
	display: block;
	margin-bottom: 12px;
	
	font-family: ralewaybold;
	font-size: 14px;
	color: #9c9c9c;
}
.simple_styled_form input,
.simple_styled_form textarea{
	position: relative;
	display: block;
	width: 100%;
	max-width: 340px;
	height: 50px;
	
	border: 1px solid #e5e5e5;
	background: #fff;
	
	font-family: ralewaymedium;
	font-size: 13px;
	color: #1a1a1a;
	
	padding: 15px 20px;
}
.simple_input_err{
	position: absolute;
	display: none;
	bottom: 0px;
	height: 25px;
	left: 0px;
	font-family: ralewaymedium;
	font-size: 13px;
	color: #e65139;
}

.simple_styled_form .red input{
	border: 1px solid #e65139;
	color: #e65139;
}
.simple_styled_form .red .simple_input_err{
	display: block;
}

.modal_footer_inner{
	position: relative;
	display: inline-block;
	padding: 0px 30px;
	background-color: #fff;
	width: 100%;
	max-width: 260px;
}

.modal_form_footer .double_dashed_head{
	margin-bottom: 15px;
}

.modal_footer_double_center{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 230px;
	text-align: center;
}
.modal_footer_double_center .content_link{
	margin-left: 15px;
	margin-right: 15px;
	font-size: 13px;
}

.modal_form_desc{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 370px;
	padding: 0px 20px;
	margin-bottom: 25px;
}
.modal_form_desc.modal_form_desc_gray{
	color: #797979;
}


.double_dashed_head.double_dashed_head_under{
	margin-bottom: 30px;
}
.simple_label_desc_separator{
	position: relative;
	display: block;
	margin-bottom: 6px;
	text-align: center;
	font-family: ralewaybold;
	font-size: 14px;
	color: #9c9c9c;
}

.simple_form_row .left_link .content_link{
	font-size: 13px;
}

body{
	padding-right: 0px!important;
}
body.desctop_fix_modal.modal-open{
	padding-right: 17px!important;
}

.modal_tabs_num{
	position: relative;
	display: block;
	text-align: center;
	margin-toP: 20px;
	margin-bottom: 20px;
}
.modal_tabs_num li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
}
.modal_tabs_num li .modal_tab_num_span:after{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	bottom: -4px;
	width: 95px;
	height: 3px;
	background-color: #f3b612;
	opacity: 0;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}

.modal_tab_num_span{
	position: relative;
	display: inline-block;
	padding-left: 35px;
	padding-top: 5px;
	
	line-height: 1em;
	font-family: bebas_neuebold;
	font-size: 30px;
	color: #a9a9a9;
	text-transform: uppercase;
	
	
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.modal_tab_num_span:link,
.modal_tab_num_span:visited{
	color: #a9a9a9;
}

.modal_tabs_num li.active .modal_tab_num_span,
.modal_tabs_num li:hover .modal_tab_num_span{
	color: #317ddf;
}

.modal_tabs_num li.active .modal_tab_num_span:after,
.modal_tabs_num li:hover .modal_tab_num_span:after{
	opacity: 1;
}
.tav_counter{
	position: absolute;
    display: block;
	left: 0px;
	top: 3px;
	width: 25px;
	height: 29px;
	
	text-align: center;
	line-height: 1em;
	font-family: bebas_neuebold;
	font-size: 30px;
	color: #a9a9a9;
	
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
	
}

#modal_form_send_work .simple_label_desc_separator{
	margin-top: 20px;
	margin-bottom: 20px;
}

.tav_counter:before{
	counter-increment: myCounter;
    content: counter(myCounter);
}
.modal_tab_num:before,
.modal_tab_num:after{
	content: '';
	counter-increment: none;
	position: absolute;
    display: block;
	left: 0px;
	top: 3px;
	width: 25px;
	height: 29px;
	
	text-align: center;
	line-height: 1em;
	font-family: bebas_neuebold;
	font-size: 30px;
	color: #a9a9a9;
	
	background-image: url('/images/icons-sprite.png');
	background-repeat: no-repeat;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.modal_tab_num:before{
	background-position: -311px 0px;
}
.modal_tab_num:after{
	background-position: -352px 0px;
	opacity: 0;
	color: #317ddf;
}

.modal_tabs_num li.active:before,
.modal_tabs_num li:hover:before{
	opacity: 0;
}
.modal_tabs_num li.active:after,
.modal_tabs_num li:hover:after{
	opacity: 1;
}

.modal_tabs_num li.active .tav_counter,
.modal_tabs_num li:hover .tav_counter{
	color: #317ddf
}


.win_modal_wide .modal_form_small_inner{
	
	max-width: 740px;
	padding: 0px;
	
}
.simple_form_column{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 15px;
	width: 50%;
	
}

.dark_inputs.simple_styled_form input{
	border: 1px solid #c4c4c4;
}

.simple_form_column .jq-selectbox{
	width: 100%;
}
.simple_form_column .jq-selectbox__select{
	height: 50px;
}
.simple_form_column .jq-selectbox__select-text{
	height: 48px;
}
.simple_form_column .jq-selectbox__trigger{
	top: 10px;
}

.modal_nom_head .header_desc{
	text-align: center;
	margin-bottom: 5px;
}

.modal_nom_head .title{
	text-align: center;
	
	
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.modal_form_small_inner textarea{
	width: 100%;
	resize: none;
	height: 250px;
	border: 1px solid #c4c4c4;
	max-width: 100%;
}

.ex_small_wrapper{
	position: relative;
	max-width: 340px;
	margin: 0px auto;
}




.modal_content_wrapper_big{
	position: relative;
	max-width: 1000px;
	padding: 0px 20px;
}

.jq-file.change_for_button{
	width: auto;
	box-shadow: none;
	border-radius: 0px;
}

.jq-file.change_for_button .jq-file__browse{
	position: relative;
	display: inline-block;
	top: auto;
	right: auto;
	padding: 0px;
	border: none!important;
	border-radius: 0px;
	background: none;
	box-shadow: none;
	text-shadow: none;
}

.jq-file.change_for_button .blue_button{
	max-width: none;
}
.jq-file.change_for_button:hover .blue_button{
	background-color: #61a7d6;
}




.jq-file.change_for_simple_file{
	display: block;
	width: 100%;
	max-width: 340px;
	border-radius: 0px;
	box-shadow: none;
}
.jq-file.change_for_simple_file .jq-file__name{
	height: 51px;
	padding: 10px 50px 10px 20px;
	border: 1px solid #c4c4c4;
	background-color: #fff;
	border-radius: 0px;
	box-shadow: none;
}
.jq-file.change_for_simple_file.focused .jq-file__name{
	border: 1px solid #c4c4c4;
}
.jq-file.change_for_simple_file .jq-file__browse{
	width: 49px;
	height: 50px;
	top: 0px;
	right: 0px;
	position: absolute;
	display: block;
	border-radius: 0px;
	background: none;
	box-shadow: none;
	text-shadow: none;
	padding: 0px;
	
	border: none;
}
.jq-file.change_for_simple_file .jq-file__browse:before{
	content: '';
	display: block;
	position: absolute;
	right: 21px;
	top: 15px;
	width: 21px;
	height: 17px;
	background: url('/images/icons-sprite.png') no-repeat -163px -102px;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.jq-file.change_for_simple_file:hover .jq-file__browse:before{
	opacity: 0.7;
}

/*modal*/




/*cabinet_comp_gallery*/

.cabinet_comp_gallery_wrapper{
	position: relative;
	display: block;
	margin-left: -5px;
	margin-right: -5px;
}

.photo-row {
	
	margin:10px 0px;
	position: relative;
	
}

.photo-row .comment {
	
	position: absolute;
	
	top:0px;
	left:90px;
	right:0px;
	bottom:0px;
	
}

.photo-row .comment textarea {
	
	height:75px;
	
}

.photo-row .comment textarea.green {
	
	border-color:green;
	
}

.photo{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 5px;
	margin-bottom: 10px;
}
.photo img{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	
}
.remove_photo{
	display: block;
	position: absolute;
	border: none;
	background: none;
	padding: 0px;
	top: -6px;
	right: -2px;
	width: 12px;
	height: 12px;
	background: url('/images/icons-sprite.png') no-repeat -423px 0px;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.remove_photo:hover{
	opacity: 0.7;
	
}
.cabinet_comp_gallery .load_button{
	margin-top: 25px;
}

.simple_label_desc.simple_label_desc_flex{
	min-height: 40px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-start;
}

.textarea{
	position: relative;
	display: block;
	padding: 0px 15px;
}
.form-group{
	margin: 0px;
}

.add_nomination{
	position: relative;
}
.add_nomination .simple_link{
	position: relative;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.error_desc{
	position: relative;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	
	font-family: ralewaymedium;
	font-size: 14px;
	color: #e65139;
	
}
.title.selected:after{
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 21px;
	height: 20px;
	margin-left: 5px;
	background: url('/images/icons-sprite.png') no-repeat -121px -102px;
	
}


/*cabinet_comp_gallery*/


/*cabinet_crit*/

.cabinet_crit_form{
	position: relative;
	display: block;
	padding-left: 30px;
}
.cabinet_crit_form .number{
	position: absolute;
	top: -0.3em;
	left: 0px;
	width: 30px;
	
	font-family: bebas_neuebold;
	font-size: 30px;
	color: #aeaeae;
	line-height: 1em;
}

.cabinet_crit_form_wrapper{
	position: relative;
	margin-bottom: 70px;
}
.cabinet_crit_form_wrapper.simple_styled_form .simple_form_label.wide_input textarea{
	width: 100%;
	max-width: 610px;
	height: 167px;
}
.button_line_container{
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}
.button_line_container .simple_link{
	margin-left: 15px;
	margin-right: 15px;
}

/*cabinet_crit*/


/*cabinet_crit_new*/

.cabinet_crit_new{
	position: relative;
	display: block;
	padding: 60px 0px;
	padding-bottom: 10px;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 70px;
	background-color: #f2f2f2;
}
.cabinet_crit_new>.col_wrap .title{
	margin-bottom: 30px;
}


.blue_button.button_280{
	width: 100%;
	max-width: 280px;
}
.button_line_container .blue_button{
	margin-left: 15px;
	margin-right: 15px;
}

/*cabinet_crit_new*/

.juri_paper {
	
	margin-top:20px;
	
	padding:5px;
	
	border:1px solid #cecece;
	
}

.juri_paper .paper_title {
	
	font-family: ralewaybold;
    font-size: 18px;
    color: #1a1a1a;
    
    text-align: center;
	
}

.juri_paper .paper_download {

	color: #317ddf;
	text-decoration: underline;
	
    font-size: 18px;
    margin:10px auto;
    
    text-align: center;
    display: block;
	

}

.juri_paper .paper_download:hover {
	
	text-decoration: none;
	
}

.juri_paper #accept_paper,
.juri_paper #decline_paper {
	
	margin:5px auto;
	
}

.juri_paper .simple_label_desc {
	
	margin-top:20px;
	
}

.juri_paper textarea {
	
	width:100%;
	height:80px;
	
}

.juri_paper_accepted,
.juri_paper_declined {
	
	margin-top:30px;
	font-size:11px;
	
}

.my-work {
	
	display: inline-block;
	position: relative;
	vertical-align: top;
	
	min-width:300px;
	max-width:300px;
	margin:0px 10px;
	margin-bottom:20px;
	
	padding:5px;
	border:1px solid #cecece;
	
}

.my-work img {
	
	width:100%;
	
}

.my-work .comment {
	
	margin-top:10px;
	
}

.my-work .date {
	
	margin-top:5px;
	
}
